projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae6e8c
)
(widget_store_internal_border): Conditionalize declaration.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Aug 1998 05:49:39 +0000
(
05:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Aug 1998 05:49:39 +0000
(
05:49
+0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index b4e008dfb3821b4058f2d10719115abb03632213..c2d65410ce615fbb0796a2fee594e31dd5d6e9c6 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-896,4
+896,6
@@
extern int popup_activated P_ ((void));
extern void initialize_frame_menubar P_ ((struct frame *));
/* Defined in widget.c */
+#ifdef USE_X_TOOLKIT
extern void widget_store_internal_border P_ ((Widget));
+#endif